projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3bd184
)
Fix another typo
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 21 Dec 2010 17:32:34 +0000
(12:32 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 21 Dec 2010 17:32:34 +0000
(12:32 -0500)
gdk/x11/gdkcursor-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkcursor-x11.c
b/gdk/x11/gdkcursor-x11.c
index e549d7da864fb87a689be8418c56622fe85d50f5..1a900885b7de29a0b05334fcaf8e801f4bef3473 100644
(file)
--- a/
gdk/x11/gdkcursor-x11.c
+++ b/
gdk/x11/gdkcursor-x11.c
@@
-271,7
+271,7
@@
_gdk_x11_display_get_cursor_for_type (GdkDisplay *display,
}
private = g_object_new (GDK_TYPE_X11_CURSOR,
- "cursor-type",
GDK_CURSOR_IS_PIXMAP
,
+ "cursor-type",
cursor_type
,
"display", display,
NULL);
private->xcursor = xcursor;